home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Development / RxMUI / rxmui.readme < prev   
Encoding:
Text File  |  2004-01-31  |  655 b   |  22 lines

  1. Short:    RxMUI - MUI GUIs in ARexx macros
  2. Uploader: alforan@tin.it (Alfonso Ranieri)
  3. Author:   alforan@tin.it (Alfonso Ranieri)
  4. Type:     util/rexx
  5.  
  6. ARexx needs a GUI library.
  7.  
  8. I like MUI and I made this library to use the MUI system in ARexx
  9. macros.
  10.  
  11. RxMUI is SAFE : it means you can make all the kind of horrible
  12. things in the macro and at least you get an ARexx error code.
  13.  
  14. RxMUI is "object oriented" as much as ARexx may be: all you
  15. create is an object and you communicate to it via methods.
  16.  
  17. RxMUI has a set of internal classes, the basic ones to create a
  18. GUI, plus an external classes system: it means RxMUI is easy
  19. to expand.
  20.  
  21. RxMUI is FREEWARE.
  22.